home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rebound.swf / scripts / frame_12 / PlaceObject2_392_114 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-13  |  272 b   |  13 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hot.hitTest(_root.ball) and freeze == 0)
  3.    {
  4.       freeze = 1;
  5.       i = 1;
  6.       while(i <= 15)
  7.       {
  8.          _root["ban" add i].gotoAndStop(parseInt(_root["ban" add i]._currentframe) + 2);
  9.          i++;
  10.       }
  11.    }
  12. }
  13.